home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 07511000 / var0784.dms / var0784.adf / Txref / startup.txed < prev   
Text File  |  1978-01-24  |  487b  |  14 lines

  1. /************************************************************************
  2. *    Startup commands for the reference macro.  add to your TxEd
  3. *    startup macro.
  4. *
  5. *************************************************************************/
  6.  
  7. /* Were we started by the reference macro ? if so, store our address */
  8. if length(getclip("Reference")) > 0 then
  9.     l = setclip("Reference",address())
  10.  
  11. /* you can change this to whatever you like, I just had 3 free at the 
  12. *    moment.    */
  13. "MACRO 3 'reference'"
  14.